Web Form - End User
The Web Form End User widget enables allows you to embed web forms into your frontend application. Alternatively, you can use an iframe to embed Web Forms.
<!-- Tag -->
<qrvey-webform-enduser config="config"></qrvey-webform-enduser>
<!-- Config -->
<script>
var config = {
domain: "<DOMAIN>",
qrvey_hash: "<QRVEY_HASH>"
}
</script>
<!-- Launcher -->
<script defer="" type="module" src="https://<WIDGETS_URL>/qrvey-webforms-widgets/webform-widgets/webform-widgets.esm.js?2024-09-05T10:22:50.047Z"></script>
Configuration Object
Property | Value | Required |
---|---|---|
qrvey_hash | String , The webform's ID. | Yes |
domain | String , The base URL of your instance of the Qrvey platform. | Yes |